ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Fibonacci<T> Class / Levels Property






In This Topic
    Levels Property (Fibonacci<T>)
    In This Topic
    Gets or sets the array of levels for plotting.
    Syntax
    'Declaration
     
    
    Public Property Levels As System.Double()
    'Usage
     
    
    Dim instance As Fibonacci(Of T)
    Dim value() As System.Double
     
    instance.Levels = value
     
    value = instance.Levels
    public System.double[] Levels {get; set;}
    public read-write property Levels: System.array of Double; 
    public function get,set Levels : System.double[]
    public: __property System.double[]* get_Levels();
    public: __property void set_Levels( 
       System.double[][]* value
    );
    public:
    property System.array<double>^ Levels {
       System.array<double>^ get();
       void set (    System.array<double>^ value);
    }
    Remarks
    Default value is [0, 23.6, 38.2, 50, 61.8, 100].
    See Also